bitkeeper revision 1.1010.1.12 (40e034a8SGRYyRCYSxUptORfuBJ-sw)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 28 Jun 2004 15:09:28 +0000 (15:09 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 28 Jun 2004 15:09:28 +0000 (15:09 +0000)
Name change fixups.

tools/xen/lib/xm/create.py
tools/xen/lib/xm/main.py

index 1def1903f2dcae421eec243fd4d81c1da18628b4..12e2e8010c8488ca02cd2560ea98bbfbcc89ec4b 100644 (file)
@@ -8,7 +8,7 @@ from xen.xend import sxp
 from xen.xend import PrettyPrint
 from xen.xend.XendClient import server
 
-from xen.xend.xm.opts import *
+from xen.xm.opts import *
 
 gopts = Opts(use="""[options]
 
index 84abc7a867554e0c0eec888829952509ffe9c882..3ab5d23cf756f6ea326a1f775c4105b307898d75 100644 (file)
@@ -9,7 +9,7 @@ from getopt import getopt
 from xen.xend import PrettyPrint
 from xen.xend import sxp
 from xen.xend.XendClient import server
-from xen.xend.xm import create, shutdown
+from xen.xm import create, shutdown
 
 class Prog:
     """Base class for sub-programs.